* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Lexend', sans-serif;
}

body {
    background: #d4e8c8;
    color: #173d38;
    text-align: center;
    position: relative;
}

.page-nature {
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 0;
    overflow: hidden;
}

.pn-sun {
    position: absolute;
    border-radius: 50%;
    background: #ffe59a;
    width: 320px;
    height: 320px;
    top: -80px;
    right: -60px;
    box-shadow: 0 0 120px rgba(255, 220, 113, .35);
    opacity: .45;
}

.pn-sun2 {
    width: 180px;
    height: 180px;
    top: auto;
    bottom: 18%;
    right: auto;
    left: -50px;
    box-shadow: 0 0 80px rgba(255, 220, 113, .3);
    opacity: .3;
}

.pn-cloud {
    position: absolute;
    border-radius: 999px;
    background: rgba(255, 255, 255, .45);
    filter: blur(2px);
}

.pn-c1 {
    width: 220px;
    height: 44px;
    top: 12%;
    left: 5%;
}

.pn-c1::before,
.pn-c1::after {
    content: "";
    position: absolute;
    border-radius: 50%;
    background: inherit;
}

.pn-c1::before {
    width: 80px;
    height: 80px;
    left: 30px;
    bottom: 0;
}

.pn-c1::after {
    width: 110px;
    height: 110px;
    left: 88px;
    bottom: 0;
}

.pn-c2 {
    width: 260px;
    height: 50px;
    top: 28%;
    right: 3%;
}

.pn-c2::before,
.pn-c2::after {
    content: "";
    position: absolute;
    border-radius: 50%;
    background: inherit;
}

.pn-c2::before {
    width: 90px;
    height: 90px;
    left: 40px;
    bottom: 0;
}

.pn-c2::after {
    width: 120px;
    height: 120px;
    left: 110px;
    bottom: 0;
}

.pn-c3 {
    width: 180px;
    height: 36px;
    top: 52%;
    left: 8%;
}

.pn-c3::before,
.pn-c3::after {
    content: "";
    position: absolute;
    border-radius: 50%;
    background: inherit;
}

.pn-c3::before {
    width: 65px;
    height: 65px;
    left: 24px;
    bottom: 0;
}

.pn-c3::after {
    width: 88px;
    height: 88px;
    left: 72px;
    bottom: 0;
}

.pn-c4 {
    width: 200px;
    height: 40px;
    top: 72%;
    right: 6%;
}

.pn-c4::before,
.pn-c4::after {
    content: "";
    position: absolute;
    border-radius: 50%;
    background: inherit;
}

.pn-c4::before {
    width: 72px;
    height: 72px;
    left: 28px;
    bottom: 0;
}

.pn-c4::after {
    width: 96px;
    height: 96px;
    left: 84px;
    bottom: 0;
}

.pn-hill {
    position: absolute;
    border-radius: 50%;
    opacity: .22;
}

.pn-h1 {
    width: 600px;
    height: 260px;
    background: #5c9a7c;
    bottom: -100px;
    left: -100px;
}

.pn-h2 {
    width: 500px;
    height: 220px;
    background: #7bb48e;
    bottom: -80px;
    left: 30%;
}

.pn-h3 {
    width: 420px;
    height: 200px;
    background: #4e8a6a;
    bottom: -90px;
    right: -60px;
}

header {
    position: sticky;
    top: 0;
    z-index: 1000;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 0 20px;
    background: rgb(33, 34, 38, 0.8);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-bottom: 1px solid rgba(80, 80, 80, 0.7);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.6);
}

@media (min-width: 768px) {
    header {
        flex-direction: row;
        justify-content: space-between;
        padding: 15px 40px;
        width: 100%;
    }
}

.logo {
    width: 60px;
    padding: 5px;
}

.banner {
    width: 100px;
    height: 100%;
    border-radius: 10px;
    display: block;
    margin: 0 auto;
}

.hero {
    min-height: 100vh;
    position: relative;
    z-index: 1;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 60px 24px 80px;
   }

.sun {
    position: absolute;
    width: 210px;
    height: 210px;
    border-radius: 50%;
    background: #ffe59a;
    right: 10%;
    top: 9%;
    box-shadow: 0 0 80px rgba(255, 220, 113, .55);
}

.cloud {
    position: absolute;
    border-radius: 999px;
    background: rgba(255, 255, 255, .62);
    filter: blur(1px);
}

.c1 {
    width: 180px;
    height: 38px;
    top: 18%;
    left: 8%;
}

.c1::before,
.c1::after,
.c2::before,
.c2::after {
    content: "";
    position: absolute;
    border-radius: 50%;
    background: inherit;
}

.c1::before {
    width: 70px;
    height: 70px;
    left: 28px;
    bottom: 0;
}

.c1::after {
    width: 95px;
    height: 95px;
    left: 82px;
    bottom: 0;
}

.c2 {
    width: 230px;
    height: 42px;
    top: 31%;
    right: 4%;
}

.c2::before {
    width: 85px;
    height: 85px;
    left: 35px;
    bottom: 0;
}

.c2::after {
    width: 110px;
    height: 110px;
    left: 100px;
    bottom: 0;
}

.hero-eyebrow {
    position: relative;
    z-index: 1;
    display: inline-block;
    font-size: 13px;
    font-weight: 600;
    color: #2a4a1e;
    background: #f5e270;
    border: 2px solid #c9b830;
    border-radius: 999px;
    padding: 6px 18px;
    margin-bottom: 22px;
}

.hero-title {
    position: relative;
    z-index: 1;
    font-size: 42px;
    font-weight: 800;
    line-height: 1.08;
    color: #0f2420;
    letter-spacing: -0.025em;
    margin-bottom: 18px;
}

@media (min-width: 480px) {
    .hero-title {
        font-size: 52px;
    }
}

@media (min-width: 768px) {
    .hero-title {
        font-size: 64px;
    }
}

.hero-sub {
    position: relative;
    z-index: 1;
    font-size: 15px;
    font-weight: 400;
    color: #1e4038;
    line-height: 1.8;
    max-width: 400px;
    margin: 0 auto 28px;
    text-align: center;
}

.hero-media {
    position: relative;
    z-index: 1;
    margin: 36px auto 0;
    max-width: 480px;
    width: 100%;
    border-radius: 20px;
    overflow: hidden;
    border: 2px solid rgba(255, 255, 255, 0.5);
    box-shadow: 0 12px 40px rgba(15, 50, 30, 0.22);
}

.hero-img {
    width: 100%;
    display: block;
}

.platform-btn-wrap {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    margin-top: 18px;
}

.download-btn {
    font-family: 'Lexend', sans-serif !important;
    display: block;
    margin: auto;
    margin-bottom: 10px;
    text-align: center;
    background: #57ae51;
    color: #1c3932;
    font-weight: 600;
    font-size: 16px;
    padding: 16px 24px;
    border-radius: 999px;
    width: 320px;
    border: 3px solid #214f46;
    box-shadow: 0 5px 0 #214f46;
    font-weight: bold;
    white-space: nowrap;
    -webkit-tap-highlight-color: transparent;
    text-decoration: none;
    transition: transform 0.2s, box-shadow 0.2s;
}

.download-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 7px 0 #214f46;
}

.download-secondary-pill {
    background: #f3d466;
    color: #315e54;
}

.download {
    width: 18px !important;
    height: auto !important;
    position: relative;
    right: 5px;
}

.page-body {
    position: relative;
    z-index: 1;
}

.game-info-box {
    display: flex;
    gap: 15px;
    padding: 20px;
}

.game-info {
    flex: 1;
}

.game-info p {
    font-size: 14px;
    color: #2c5048;
    margin-top: 10px;
    text-align: left;
}

.game-info h1 {
    font-size: 19.2px;
    text-align: left;
    color: #0f2420;
}

.lower {
    font-size: 11px;
    font-weight: normal;
    position: relative;
    top: 1px;
    right: 2px;
}

.card-top {
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.card-top::after {
    content: "";
    display: block;
    height: 1px;
    background: rgba(33, 79, 70, 0.18);
    margin: 0 20px;
    margin-top: 40px;
}

.alert-box {
    background: rgba(242, 118, 33, 0.08);
    border: 1px solid rgba(242, 118, 33, 0.3);
    border-left: 4px solid #F27621;
    border-radius: 10px;
    padding: 14px 16px;
    margin: 0 15px 4px;
    text-align: left;
    font-size: 14px;
    color: #3a2010;
    line-height: 1.6;
}

.alert-box strong {
    color: #c45810;
}

.seo-section {
    background: rgba(255, 255, 255, 0.82);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    margin: 20px 15px;
    padding: 24px;
    border-radius: 18px;
    border: 1.5px solid rgba(180, 220, 165, 0.7);
    box-shadow: 0 4px 28px rgba(15, 50, 30, 0.09);
    text-align: left;
}

.seo-section h2 {
    font-size: 22px;
    font-weight: 700;
    color: #0f2420;
    margin-bottom: 12px;
}

.seo-section p {
    color: #2c5048;
    font-size: 15px;
    line-height: 1.9;
    margin-bottom: 14px;
}

.seo-section p:last-child {
    margin-bottom: 0;
}

.seo-section strong {
    color: #0f2420;
}

@media (min-width: 768px) {
    .seo-section {
        padding: 30px;
    }

    .seo-section h2 {
        font-size: 26px;
    }

    .seo-section p {
        font-size: 16px;
    }
}

.requirements-list {
    list-style: none;
    padding: 0;
    margin-top: 16px;
}

.requirements-list li {
    background: rgba(255, 255, 255, 0.75);
    border: 1.5px solid rgba(180, 220, 165, 0.6);
    border-radius: 12px;
    padding: 14px 16px;
    margin-bottom: 10px;
    color: #1e4038;
    line-height: 1.7;
    box-shadow: 0 2px 10px rgba(15, 50, 30, 0.06);
}

.requirements-list strong {
    color: #0f2420;
}

.features-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 14px;
    margin-top: 16px;
}

@media (min-width: 768px) {
    .features-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 1100px) {
    .features-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

.feature-card {
    background: rgba(255, 255, 255, 0.82);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    border: 1.5px solid rgba(180, 220, 165, 0.65);
    border-radius: 16px;
    padding: 22px 20px;
    text-align: left;
    box-shadow: 0 4px 18px rgba(15, 50, 30, 0.08);
    transition: transform 0.2s, box-shadow 0.2s;
}

.feature-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 28px rgba(15, 50, 30, 0.13);
}

.feature-card h3 {
    color: #0f2420;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 8px;
}

.feature-card p {
    margin: 0;
    color: #2c5048;
    line-height: 1.7;
    font-size: 14px;
}

.source-link {
    display: inline-block;
    margin-top: 10px;
    color: #296256;
    font-weight: 600;
    text-decoration: none;
    transition: color .2s ease;
}

.source-link:hover {
    color: #0f2420;
    text-decoration: underline;
}

.faq-list {
    margin: 20px 15px;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.faq-item {
    border: 1.5px solid rgba(180, 220, 165, 0.65);
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.82);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    overflow: hidden;
    box-shadow: 0 3px 12px rgba(15, 50, 30, 0.07);
}

.faq-question {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 14px 16px;
    background: transparent;
    border: none;
    text-align: left;
    font-size: 15px;
    font-weight: 600;
    color: #0f2420;
    cursor: pointer;
}

.faq-arrow {
    font-style: normal;
    font-size: 14px;
    color: #57ae51;
    transition: transform 0.25s ease;
    flex-shrink: 0;
}

.faq-question[aria-expanded="true"] .faq-arrow {
    transform: rotate(180deg);
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.25s ease;
}

.faq-answer p {
    margin: 0;
    padding: 12px 16px 14px;
    border-top: 1px solid rgba(180, 220, 165, 0.5);
    font-size: 14px;
    line-height: 1.7;
    color: #2c5048;
}

.faq-heading {
    font-size: 19px;
    text-align: left;
    font-weight: bold;
    margin: 40px 15px 20px 15px;
    color: #0f2420;
}

.callout {
    background: rgba(240, 250, 234, 0.9);
    border-left: 3px solid #57ae51;
    padding: 14px 16px;
    border-radius: 6px;
    margin-top: 16px;
}

.callout p {
    margin-bottom: 0 !important;
    color: #1e4038;
}

footer {
    text-align: center;
    padding: 20px;
    color: #2c5048;
    font-size: 0.9rem;
    margin-top: 40px;
}
